Gamma Map
Apply gamma approximation (pow(2.2)) to an image.
Node Data | |
---|---|
![]() | |
Display name | |
Gamma Map | |
Internal name | |
Node_Gamma_Map | |
Inheritances | |
Node_Processor | |
Node_Gamma_Map | |
Inputs | |
Node_Gamma_Map | |
surface |
Surface In |
bool |
Invert |
bool |
Active |
Outputs | |
Node_Gamma_Map | |
surface |
Surface Out |
Gamma map node remap the surface brightness to a gamma corrected curve. For more information about gamma correction, check out learnopengl article.